home *** CD-ROM | disk | FTP | other *** search
- /* NAME:
- ShowIcon.h
-
- WRITTEN BY:
- Dair Grant
-
- DESCRIPTION:
- Header file for ShowIcon.c.
-
- ___________________________________________________________________________
- */
- #ifndef __SHOWICON__
- #define __SHOWICON__
- //=============================================================================
- // Function prototypes
- //-----------------------------------------------------------------------------
- void PlotINITIcon(Boolean useIconSuite, short animDelay, short numIcons,
- short (*theIcons)[]);
-
-
- #endif
-